@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("./assets/fonts/helveticaneuecyr_thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("./assets/fonts/helveticaneuecyr_ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("./assets/fonts/helveticaneuecyr_ultralightitalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("./assets/fonts/helveticaneuecyr_roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("./assets/fonts/helveticaneuecyr_black.otf") format("opentype");
  font-weight: 800 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Baltic";
  src: url("./assets/fonts/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Baltic";
  src: url("./assets/fonts/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Baltic";
  src: url("./assets/fonts/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Baltic";
  src: url("./assets/fonts/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Baltic";
  src: url("./assets/fonts/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 800 950;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --site-font: "Helvetica Neue Cyr", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  --bg: #e7edf3;
  --panel: rgba(255, 255, 255, 0.72);
  --panel-soft: #e6edf3;
  --text: #212121;
  --muted: #7b858d;
  --line: #d8e0e7;
  --accent: #9eacb8;
  --accent-strong: #7f8f9e;
  --accent-deep: #596774;
  --mint: #edf3f6;
  --sky: #e6edf4;
  --charcoal: #212121;
  --warning: #c9641a;
  --warning-bg: #fff0dd;
  --shadow: 0 34px 90px rgba(48, 61, 75, 0.12);
  --soft-shadow: 0 18px 42px rgba(48, 61, 75, 0.08);
}

html[data-lang="lv"],
html[data-lang="lt"],
html[data-lang="et"],
html[data-lang="ru"],
html[data-lang="en"] {
  --site-font: "Helvetica Neue Baltic", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.72), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(120deg, #cdd7e2 0%, #e5ebf1 42%, #f9fafb 100%);
  color: var(--text);
  font-family: var(--site-font);
}

button,
input {
  font: inherit;
}

.app-shell {
  width: min(1500px, calc(100% - 34px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.search-panel,
.results-section,
.subscribe-section,
.competitor-section {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 46px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.search-panel {
  position: relative;
  display: grid;
  gap: 24px;
  overflow: hidden;
  min-height: 980px;
  padding: 26px 52px 48px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.search-panel::before,
.search-panel::after {
  content: none;
}

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

.hero-nav {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.mini-brand {
  display: inline-flex;
  align-items: center;
  width: 112px;
  min-height: 50px;
  overflow: hidden;
  text-decoration: none;
}

.mini-brand img {
  width: 104px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transform: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.language-menu {
  position: relative;
  z-index: 20;
}

.language-current,
.language-list button {
  min-height: 34px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.72);
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  box-shadow: none;
}

.language-current {
  min-width: auto;
  padding: 0 2px;
}

.language-current::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.language-list {
  position: absolute;
  top: 100%;
  right: -18px;
  display: grid;
  gap: 4px;
  min-width: 132px;
  padding: 18px 14px 10px;
  border: 1px solid rgba(216, 224, 233, 0.74);
  border-radius: 18px;
  background: rgba(241, 245, 248, 0.88);
  box-shadow: 0 18px 42px rgba(48, 61, 75, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.language-menu:hover .language-list,
.language-menu:focus-within .language-list,
.language-menu.is-open .language-list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu:hover .language-current,
.language-menu:focus-within .language-current,
.language-menu.is-open .language-current,
.language-list button:hover,
.language-list button.is-active {
  border-color: rgba(17, 17, 17, 0.24);
  background: transparent;
  color: #111;
}

.language-list button {
  width: 100%;
  min-height: 30px;
  padding: 0 2px;
  text-align: center;
}

.language-list button.is-active {
  display: none;
}

.nav-menu-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 46px;
  border-radius: 999px;
  background: rgba(216, 224, 233, 0.72);
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

.hero-stage {
  position: relative;
  min-height: 850px;
}

.hero-steps {
  position: absolute;
  top: 272px;
  left: 0;
  z-index: 3;
  display: grid;
  gap: 18px;
  color: rgba(17, 17, 17, 0.22);
  font-size: 12px;
  font-weight: 500;
}

.hero-steps span:first-child {
  color: #1e1e1e;
  font-weight: 800;
}

.hero-steps i {
  display: block;
  width: 1px;
  height: 36px;
  margin-left: 8px;
  background: rgba(17, 17, 17, 0.42);
}

.title-group {
  position: relative;
  z-index: 2;
  max-width: 970px;
  margin: 89px 0 0 176px;
  text-align: left;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: clamp(30px, 3.65vw, 59px);
  line-height: 0.94;
  letter-spacing: 0;
  color: #202020;
  font-family: var(--site-font);
  font-weight: 100;
}

.hero-title {
  max-width: 720px;
}

.hero-title span {
  display: inline;
}

.title-pale {
  color: rgba(113, 135, 154, 0.36);
  font-weight: 100;
}

.title-strong {
  color: #202020;
  font-weight: 400;
}

h2 {
  font-size: 20px;
  letter-spacing: 0;
}

.implant-scene {
  position: absolute;
  left: 80%;
  top: -41px;
  z-index: 0;
  width: min(1480px, 110vw);
  min-width: 966px;
  height: 810px;
  transform: translateX(-40%);
  pointer-events: none;
}

.implant-scene::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border-radius: 50%;
  background: rgba(255,255,255,0.34);
  filter: blur(38px);
}

.hero-xray {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.54;
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(0.86) brightness(1.18);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 52%, rgba(0,0,0,0.72) 68%, transparent 88%);
  mask-image: radial-gradient(ellipse at center, #000 0 52%, rgba(0,0,0,0.72) 68%, transparent 88%);
}

.social-rail {
  position: absolute;
  top: 238px;
  right: 4px;
  z-index: 3;
  display: grid;
  gap: 14px;
}

.social-rail a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #212121;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 14px 30px rgba(54, 68, 82, 0.08);
}

.social-rail a:hover {
  background: #000;
}

.social-rail svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.social-rail path {
  fill: currentColor;
  stroke: none;
}

.hero-stat {
  position: absolute;
  z-index: 2;
  color: #1f1f1f;
}

.hero-stat span {
  display: block;
  font-size: clamp(46px, 7.5vw, 115px);
  font-weight: 100;
  line-height: 0.78;
  letter-spacing: 0;
}

.hero-stat p {
  margin-top: 12px;
  color: rgba(17,17,17,0.52);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

.hero-stat-left {
  left: 176px;
  bottom: 400px;
}

.hero-stat-right {
  right: 192px;
  bottom: 455px;
  text-align: right;
}

.search-box label {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.72);
  font-weight: 300;
}

.search-box {
  position: absolute;
  left: 176px;
  right: 176px;
  bottom: 300px;
  z-index: 4;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 12px;
  max-width: 860px;
  margin: 0;
}

.search-input-wrap {
  position: relative;
  min-width: 0;
}

.search-row input {
  width: 100%;
  min-width: 0;
  height: 60px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 999px;
  padding: 0 58px 0 22px;
  color: var(--text);
  background: #fff;
  box-shadow: 0 18px 40px rgba(48, 61, 75, 0.08);
}

.search-row input:focus {
  border-color: rgba(17, 17, 17, 0.28);
  outline: 4px solid rgba(111, 184, 170, 0.22);
}

.search-row input[type="search"]::-webkit-search-cancel-button,
.search-row input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.search-row > button,
.quick-filters button,
.site-link {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
}

.search-row > button {
  min-width: 132px;
  height: 60px;
  padding: 0 22px;
  background: var(--charcoal);
  color: #fff;
  font-weight: 400;
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.16);
}

.search-row > button:hover {
  background: #2a2a2a;
}

.search-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #eaeff5;
  color: #212121;
  cursor: pointer;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 150ms ease, opacity 150ms ease;
}

.search-clear[hidden] {
  display: none;
}

.search-clear:hover,
.search-clear:focus-visible {
  background: #dce5ee;
  outline: none;
}

.quick-filters {
  position: absolute;
  left: 176px;
  right: 176px;
  bottom: 236px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.quick-filters button {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 20, 20, 0.08);
  color: rgba(17, 17, 17, 0.74);
  font-weight: 300;
}

.quick-filters button:hover {
  background: var(--mint);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin: -190px 0 18px;
}

.summary-grid article {
  display: grid;
  align-content: space-between;
  min-height: 220px;
  padding: 34px 38px 32px;
  border: 1px solid transparent;
  border-radius: 24px;
  box-shadow: none;
}

.summary-grid article:nth-child(1) {
  background: #212121;
  color: #fff;
}

.summary-grid article:nth-child(2) {
  background: #eaeff5;
  border-color: rgba(158, 172, 184, 0.7);
  color: #212121;
}

.summary-grid article:nth-child(3),
.summary-grid article:nth-child(4) {
  background: #212121;
  color: #fff;
}

.summary-grid article:nth-child(5) {
  background: #fff;
  border-color: rgba(158, 172, 184, 0.7);
  color: #212121;
}

.summary-grid article:nth-child(4) {
  color: #fff;
}

.summary-grid span {
  display: block;
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 100;
  line-height: 0.85;
  letter-spacing: 0;
}

.summary-grid p {
  align-self: end;
  margin-top: 78px;
  padding-top: 14px;
  border-top: 1px solid currentColor;
  color: currentColor;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 0.9;
}

.summary-grid article:nth-child(1) p,
.summary-grid article:nth-child(3) p,
.summary-grid article:nth-child(4) p {
  opacity: 0.82;
}

.results-section,
.subscribe-section,
.competitor-section {
  margin-top: 18px;
  overflow: hidden;
}

.results-section {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  background: #fff;
  border: 1px solid rgba(158, 172, 184, 0.7);
  border-radius: 24px;
  box-shadow: none;
  backdrop-filter: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    max-height 260ms ease,
    margin-top 220ms ease;
}

.competitor-section {
  background: #fff;
  border: 1px solid rgba(158, 172, 184, 0.7);
  border-radius: 24px;
  box-shadow: none;
  backdrop-filter: none;
}

.results-section.is-visible {
  margin-top: 18px;
  max-height: 8000px;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(246,253,252,0.72));
}

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

.results-section .section-head {
  padding: 34px 38px 24px;
  border-bottom: 1px solid rgba(158, 172, 184, 0.7);
  border-radius: 24px 24px 0 0;
  background: #fff;
}

.competitor-section .section-head {
  padding: 34px 38px 24px;
  border-bottom: 1px solid rgba(158, 172, 184, 0.7);
  border-radius: 24px 24px 0 0;
  background: #fff;
}

.competitor-section .section-head h2 {
  color: #212121;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 100;
  line-height: 1;
}

.competitor-section .section-head p {
  color: rgba(33, 33, 33, 0.58);
  font-weight: 300;
}

.results-section .section-head h2 {
  color: #212121;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 100;
  line-height: 1;
}

.results-section .section-head p {
  color: rgba(33, 33, 33, 0.58);
  font-weight: 300;
}

.country-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 18px 0;
}

.country-tabs button {
  min-height: 38px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  color: #222;
  cursor: pointer;
  font-weight: 850;
}

.country-tabs button:hover,
.country-tabs button.is-active,
.country-tabs button[aria-selected="true"] {
  border-color: var(--accent);
  background: var(--charcoal);
  color: #fff;
}

.table-wrap {
  overflow-x: auto;
}

.results-section .table-wrap {
  background: #fff;
  border-radius: 0 0 24px 24px;
  overflow: visible;
}

table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
}

.results-section table {
  border-collapse: separate;
  border-spacing: 0;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th:nth-child(5),
td:nth-child(5) {
  width: 160px;
  max-width: 180px;
}

th {
  background: #f4f7f5;
  color: #303735;
  font-size: 13px;
  font-weight: 800;
}

td {
  color: #263330;
}

tbody tr:hover {
  background: #f7fdfc;
}

.results-section th,
.results-section td {
  border-bottom-color: rgba(158, 172, 184, 0.38);
  color: #212121;
  font-weight: 300;
}

.results-section th {
  background: #fff;
  color: rgba(33, 33, 33, 0.72);
  font-size: 14px;
}

.results-section tbody tr:hover {
  background: #f7f9fb;
}

.results-section tbody tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}

.results-section tbody tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

.competitor-name {
  font-weight: 850;
}

.results-section .competitor-name,
.results-section .price {
  color: #212121;
  font-weight: 400;
}

.country {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.price {
  font-weight: 850;
  color: #111;
  white-space: nowrap;
}

.old-price {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  text-decoration: line-through;
}

.tag {
  display: inline-flex;
  margin-top: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--warning-bg);
  color: var(--warning);
  font-size: 12px;
  font-weight: 900;
}

.site-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  background: var(--charcoal);
  color: #fff;
  font-weight: 900;
}

.results-section .site-link {
  border-radius: 999px;
  font-weight: 400;
}

.site-link:hover {
  background: #303030;
}

.product-link-wrap {
  position: relative;
  display: inline-flex;
}

.product-preview {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  z-index: 60;
  display: block;
  width: 126px;
  height: 126px;
  padding: 10px;
  border: 1px solid rgba(158, 172, 184, 0.7);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(33, 33, 33, 0.14);
  opacity: 0;
  transform: translateY(-4px) scale(0.97);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.product-preview img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: contain;
}

.product-link-wrap:hover .product-preview,
.product-link-wrap:focus-within .product-preview {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.empty-state {
  display: grid;
  gap: 8px;
  padding: 10px 0;
}

.empty-state span {
  max-width: 860px;
  color: var(--muted);
  line-height: 1.45;
}

.subscribe-form {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr) auto;
  gap: 12px;
  align-items: end;
  overflow: visible;
  padding: 30px 38px 34px;
}

.subscribe-section {
  position: relative;
  z-index: 5;
  overflow: visible;
  background: #212121;
  border-color: #212121;
  border-radius: 24px;
  box-shadow: none;
  backdrop-filter: none;
}

.subscribe-section .section-head {
  padding: 34px 38px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px 24px 0 0;
  background: #212121;
}

.subscribe-section .section-head h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 100;
  line-height: 1;
}

.subscribe-section .section-head p {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 300;
}

.email-field {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
}

.email-field input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.email-field input:focus {
  border-color: rgba(255, 255, 255, 0.42);
  outline: 4px solid rgba(234, 239, 245, 0.12);
}

.email-field input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.country-choice {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.country-choice legend {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
}

.country-select {
  position: relative;
}

.country-select summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  list-style: none;
}

.country-select summary::-webkit-details-marker {
  display: none;
}

.country-select summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.72;
}

.country-select[open] summary::after {
  transform: rotate(225deg) translateY(-2px);
}

.country-select summary strong {
  overflow: hidden;
  color: #fff;
  font-weight: 400;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-choice-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 40;
  display: grid;
  gap: 6px;
  width: min(360px, calc(100vw - 68px));
  max-height: 360px;
  overflow-y: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: #212121;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
  scrollbar-color: rgba(255, 255, 255, 0.34) transparent;
}

.country-choice label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-weight: 300;
}

.country-flag {
  width: 22px;
  flex: 0 0 22px;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

.country-choice input {
  width: 16px;
  height: 16px;
  accent-color: #eaeff5;
}

.country-choice label:has(input:checked) {
  border-color: #fff;
  background: #fff;
  color: #212121;
}

.subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.subscribe-actions button,
.messenger-link {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}

.subscribe-actions button {
  background: #fff;
  color: #212121;
  cursor: pointer;
  font-weight: 400;
  box-shadow: none;
}

.subscribe-actions button:hover {
  background: #eaeff5;
}

.messenger-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 400;
}

.messenger-icon {
  width: 48px;
  padding: 0;
}

.messenger-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.messenger-link:hover {
  background: rgba(255, 255, 255, 0.16);
}

.subscribe-hint,
.subscribe-message {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.45;
}

.subscribe-message {
  min-height: 22px;
  color: #fff;
  font-weight: 300;
}

.subscribe-message.is-warning {
  color: #ffd6a8;
}

.competitor-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 24px 38px 38px;
  background: #fff;
  border-radius: 0 0 24px 24px;
}

.competitor-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(158, 172, 184, 0.7);
  border-radius: 24px;
  background: #eaeff5;
  box-shadow: none;
}

.competitor-card-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.supplier-logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(49, 199, 183, 0.24);
  border-radius: 16px;
  background: linear-gradient(135deg, #f8faf7, var(--mint));
  color: #202826;
  font-size: 13px;
  font-weight: 900;
}

.supplier-logo img {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

.supplier-logo img[hidden] {
  display: none;
}

.supplier-logo span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.competitor-card h3 {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0;
}

.competitor-card p {
  color: rgba(33, 33, 33, 0.62);
  line-height: 1.45;
}

.competitor-card .site-link {
  align-self: end;
  justify-self: start;
}

.site-footer {
  margin-top: 18px;
  padding: 34px 52px 10px;
  color: rgba(17,17,17,0.5);
}

.site-footer p {
  max-width: 980px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .app-shell {
    width: min(100% - 20px, 1180px);
    padding: 16px 0 28px;
  }

  .search-panel {
    min-height: auto;
    padding: 18px;
  }

  .hero-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }

  .mini-brand {
    width: 98px;
    min-height: 46px;
  }

  .nav-actions {
    justify-content: center;
  }

  .language-current,
  .nav-menu-pill {
    min-width: 112px;
  }

  .nav-menu-pill {
    min-height: 40px;
  }

  .language-current,
  .language-list button {
    min-height: 40px;
  }

  .hero-stage {
    display: grid;
    gap: 18px;
    min-height: auto;
  }

  .hero-steps,
  .hero-stat-right {
    display: none;
  }

  .title-group {
    margin: 36px 0 0;
    text-align: left;
  }

  h1 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .implant-scene {
    position: relative;
    left: auto;
    top: auto;
    width: 150%;
    min-width: 0;
    height: 390px;
    transform: translateX(18%);
  }

  .hero-xray {
    opacity: 0.5;
  }

  .social-rail {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
  }

  .social-rail a {
    width: 42px;
    height: 42px;
  }

  .hero-stat-left {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .hero-stat span {
    font-size: clamp(42px, 12vw, 62px);
  }

  .hero-stat p {
    font-size: 18px;
  }

  .site-footer {
    padding: 24px 18px 6px;
  }

  .site-footer p {
    font-size: 15px;
  }

  .search-box,
  .quick-filters {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .search-row,
  .summary-grid,
  .subscribe-form,
  .competitor-list {
    grid-template-columns: 1fr;
  }

  .search-row > button {
    width: 100%;
  }

  .subscribe-actions {
    align-items: stretch;
  }

  .subscribe-actions button,
  .messenger-link {
    flex: 1 1 auto;
    justify-content: center;
  }

  .messenger-icon {
    flex: 0 0 48px;
  }

  .section-head {
    display: grid;
  }

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

  .country-tabs {
    padding: 14px 14px 0;
  }

  .country-tabs button {
    flex: 1 1 30%;
  }
}
