.locker-section p,
.product-hero-copy p,
.product-split p,
.product-link-cards p,
.content-index-grid p {
  color: #5f6673;
  line-height: 1.8;
}

.language-switcher-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
}

.language-switcher-toggle::after {
  margin-left: 8px;
}

.navbar-custom .nav-item.dropdown.language-switcher .dropdown-menu {
  width: auto;
  min-width: 176px;
  padding: 8px 0;
  background: #fff;
  text-align: left;
  word-break: normal;
}

.navbar-custom .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 18px;
  background: #fff;
  color: #2f3440;
  line-height: 1.35;
  white-space: nowrap;
}

.navbar-custom .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item.active,
.navbar-custom .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item:active {
  background: #1677ff;
  color: #fff;
}

.navbar-custom .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item:hover,
.navbar-custom .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item:focus {
  background: #eef4ff;
  color: #1664d9;
}

.navbar-custom .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item.active:hover,
.navbar-custom .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item.active:focus {
  background: #1677ff;
  color: #fff;
}

.locker-footer {
  margin-top: 72px;
  padding: 48px 0 28px;
  border-top: 1px solid #e6ebf2;
  background: #f8fafc;
  color: #4b5565;
}

.locker-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) repeat(3, minmax(130px, 1fr));
  gap: 32px;
}

.locker-footer-brand a {
  color: #242936;
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
}

.locker-footer-brand p {
  max-width: 340px;
  margin: 12px 0 0;
  color: #667085;
  line-height: 1.7;
}

.locker-footer-group h2 {
  margin: 0 0 14px;
  color: #242936;
  font-size: 0.92rem;
  font-weight: 800;
}

.locker-footer-group a {
  display: block;
  margin: 0 0 10px;
  color: #667085;
  text-decoration: none;
}

.locker-footer-group a:hover,
.locker-footer-group a:focus,
.locker-footer-bottom a:hover,
.locker-footer-bottom a:focus {
  color: #1677ff;
  text-decoration: none;
}

.locker-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid #e6ebf2;
  color: #7a8494;
  font-size: 0.92rem;
}

.locker-footer-bottom a {
  color: #7a8494;
  text-decoration: none;
}

.ios-app-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  z-index: 1050;
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 64px;
  padding: 9px 10px;
  border: 1px solid rgba(209, 219, 233, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(22, 33, 58, 0.18);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.show-ios-app-banner .ios-app-banner {
  display: flex;
}

.show-ios-app-banner body {
  padding-bottom: calc(92px + env(safe-area-inset-bottom));
}

.ios-app-banner-link {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1;
  gap: 10px;
  color: inherit;
  text-decoration: none !important;
}

.ios-app-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #1677ff;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

.ios-app-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.ios-app-copy strong,
.ios-app-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios-app-copy strong {
  color: #242936;
  font-size: 0.96rem;
}

.ios-app-copy span {
  color: #667085;
  font-size: 0.82rem;
}

.ios-app-cta {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1664d9;
  font-size: 0.82rem;
  font-weight: 800;
}

.ios-app-banner-close {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #98a2b3;
}

.locker-kicker {
  margin: 0 0 10px;
  color: #1677ff !important;
  font-weight: 700;
  letter-spacing: 0;
}

.locker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.locker-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  background: #1677ff;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.locker-button.secondary {
  background: #eef4ff;
  color: #1664d9 !important;
}

.locker-screenshot-row img,
.locker-page-shot {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 34, 66, 0.16);
}

.locker-section {
  margin: 52px 0;
}

.locker-language {
  max-width: 760px;
  margin: 42px auto 72px;
  text-align: center;
}

.locker-language h1 {
  margin: 0 0 18px;
}

.locker-redirect-fallback {
  min-height: 42vh;
}

.locker-section h2 {
  margin: 0 0 20px;
  font-size: 1.75rem;
}

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

.locker-feature-grid article,
.locker-scenario-list div {
  border: 1px solid #e6ebf2;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.locker-feature-grid h3,
.locker-scenario-list h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.locker-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: center;
}

.locker-screenshot-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.locker-scenario-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.locker-page-shot {
  display: block;
  max-width: 360px;
  margin: 22px auto 34px;
}

.product-main {
  display: block;
}

.product-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 24px 78px;
  background:
    radial-gradient(circle at 78% 24%, rgba(22, 119, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.product-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 56px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.product-hero-copy h1 {
  margin: 0 0 22px;
  max-width: 720px;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.product-hero-copy > p:not(.locker-kicker) {
  max-width: 620px;
  font-size: 1.08rem;
}

.product-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.product-trust-row span {
  padding: 8px 12px;
  border: 1px solid #dce7f7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #3e4857;
  font-size: 0.92rem;
  font-weight: 700;
}

.product-phone-stage {
  position: relative;
  min-height: 620px;
}

.phone-shot {
  position: absolute;
  display: block;
  width: min(310px, 54vw);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(25, 45, 86, 0.22);
}

.phone-shot.main {
  z-index: 3;
  right: 22%;
  top: 0;
}

.phone-shot.side {
  width: min(235px, 42vw);
  opacity: 0.94;
}

.phone-shot.side.top {
  z-index: 2;
  right: 0;
  top: 86px;
}

.phone-shot.side.bottom {
  z-index: 1;
  left: 0;
  top: 168px;
}

.product-band,
.product-split,
.product-content-links {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px;
}

.product-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.product-section-head h2,
.product-split h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
}

.product-feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-feature-row article,
.product-scenario-stack div,
.product-link-cards a,
.content-index-grid a {
  display: block;
  border: 1px solid #e6edf7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(28, 46, 77, 0.08);
}

.product-feature-row article {
  padding: 22px;
}

.product-feature-row span,
.product-link-cards span,
.content-index-grid span {
  color: #1677ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-feature-row h3 {
  margin: 12px 0 10px;
  font-size: 1.2rem;
}

.product-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 36px;
  align-items: center;
}

.product-text-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

.product-scenario-stack {
  display: grid;
  gap: 14px;
}

.product-scenario-stack div {
  padding: 22px;
}

.product-scenario-stack strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.product-scenario-stack span {
  color: #677080;
}

.product-link-cards,
.content-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-link-cards a,
.content-index-grid a {
  padding: 24px;
  color: inherit;
  text-decoration: none !important;
}

.product-link-cards h3,
.content-index-grid h2 {
  margin: 10px 0;
  font-size: 1.28rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.content-index-grid p {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .locker-showcase,
  .locker-feature-grid,
  .locker-scenario-list,
  .product-hero-inner,
  .product-feature-row,
  .product-split,
  .product-link-cards,
  .content-index-grid,
  .locker-footer-grid {
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding: 58px 18px 46px;
  }

  .product-hero-inner {
    gap: 30px;
  }

  .product-hero-copy h1 {
    font-size: 2.38rem;
    line-height: 1.08;
  }

  .product-hero-copy > p:not(.locker-kicker) {
    font-size: 1rem;
  }

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

  .product-phone-stage {
    width: min(100%, 360px);
    min-height: 0;
    height: 460px;
    margin: 0 auto;
  }

  .phone-shot {
    width: 235px;
    border-radius: 22px;
  }

  .phone-shot.side {
    width: 178px;
  }

  .phone-shot.main {
    right: 44px;
    top: 0;
  }

  .phone-shot.side.top {
    right: 0;
    top: 78px;
  }

  .phone-shot.side.bottom {
    left: 0;
    top: 136px;
  }

  .locker-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .product-hero {
    padding: 42px 16px 36px;
  }

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

  .locker-actions {
    gap: 10px;
  }

  .locker-button {
    min-height: 42px;
    padding: 0 15px;
  }

  .product-trust-row {
    gap: 8px;
    margin-top: 22px;
  }

  .product-trust-row span {
    padding: 7px 10px;
    font-size: 0.84rem;
  }

  .product-band,
  .product-split,
  .product-content-links {
    padding: 48px 16px;
  }

  .product-section-head h2,
  .product-split h2 {
    font-size: 1.72rem;
  }

  .product-feature-row article,
  .product-scenario-stack div,
  .product-link-cards a,
  .content-index-grid a {
    padding: 20px;
  }

  .locker-screenshot-row {
    grid-template-columns: 1fr;
  }

  .locker-page-shot {
    max-width: 280px;
  }

  .product-phone-stage {
    height: 392px;
  }

  .phone-shot {
    width: 208px;
  }

  .phone-shot.side {
    width: 154px;
  }

  .phone-shot.main {
    right: 42px;
  }

  .phone-shot.side.top {
    right: 0;
    top: 70px;
  }

  .phone-shot.side.bottom {
    left: 0;
    top: 126px;
  }

  .content-index-grid h2 {
    font-size: 1.14rem;
  }

  .ios-app-banner {
    left: 8px;
    right: 8px;
  }

  .ios-app-cta {
    padding: 7px 9px;
  }
}
