:root {
  --navy: #13245c;
  --navy-2: #24518d;
  --ink: #172336;
  --muted: #647184;
  --sky: #2a8de8;
  --green: #2ca86d;
  --gold: #d9ad45;
  --border: #dde6f1;
  --surface: #ffffff;
  --surface-2: #f6f8fc;
  --surface-3: #edf3fa;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 22px 60px rgba(8, 26, 112, 0.12);
  --shadow-soft: 0 12px 32px rgba(8, 26, 112, 0.1);
  --max: 1180px;
  --topbar-h: 78px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 28px;
}

.skip-link {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.skip-link:focus {
  background: var(--navy);
  border-radius: 8px;
  color: #fff;
  height: auto;
  left: 12px;
  padding: 10px 16px;
  top: 12px;
  width: auto;
  z-index: 9999;
}

.topbar {
  backdrop-filter: blur(20px) saturate(140%);
  background: rgba(13, 23, 58, 0.46);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  height: var(--topbar-h);
  inset: 0 0 auto;
  position: fixed;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, height 220ms ease;
  z-index: 100;
}

.topbar::after {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 16%, rgba(217, 173, 69, 0.5) 50%, rgba(255, 255, 255, 0.06) 84%, transparent 100%);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.topbar.is-scrolled {
  background: rgba(4 16 63);
  border-bottom-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(5, 12, 31, 0.22);
  height: 68px;
}

.topbar__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  height: 100%;
}

.brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 14px;
  margin-right: auto;
}

.brand__copy {
  display: grid;
  gap: 1px;
}

.brand__logo {
  background: rgba(5, 12, 31, 0.22);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(5, 12, 31, 0.24);
  height: 56px;
  object-fit: cover;
  padding: 0;
  transition: height 220ms ease, width 220ms ease, box-shadow 220ms ease;
  width: 56px;
}

.brand__name {
  color: #fff;
  font-family: "Poppins", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
}

.brand__meta {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Poppins", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

.topbar.is-scrolled .brand__logo {
  box-shadow: 0 10px 24px rgba(5, 12, 31, 0.16);
  height: 46px;
  width: 46px;
}

.topbar.is-scrolled .brand__name {
  font-size: 14.5px;
}

.topbar.is-scrolled .brand__meta {
  font-size: 9.5px;
}

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

.nav__link {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Poppins", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.nav__link:hover,
.nav__link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.nav__link--cta {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  margin-left: 6px;
}

.nav__link--cta:hover,
.nav__link--cta:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
}

.lang-switch {
  position: relative;
}

.lang-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  display: flex;
  font-family: "Poppins", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  gap: 6px;
  padding: 9px 12px;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
  white-space: nowrap;
}

.lang-btn:hover,
.lang-btn:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.lang-caret {
  font-size: 10px;
  transition: transform 150ms ease;
}

.lang-btn[aria-expanded="true"] .lang-caret {
  transform: rotate(180deg);
}

.lang-dropdown {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  list-style: none;
  min-width: 154px;
  overflow: hidden;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 200;
}

.lang-dropdown li button {
  background: transparent;
  border: none;
  color: var(--ink);
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  text-align: left;
  transition: background 120ms ease, color 120ms ease;
  width: 100%;
}

.lang-dropdown li button:hover,
.lang-dropdown li button:focus-visible {
  background: var(--surface-2);
  color: var(--navy);
}

.lang-dropdown li button.is-active {
  background: rgba(8, 26, 112, 0.06);
  color: var(--navy);
  font-weight: 700;
}

.menuBtn {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.menuBtn span {
  background: #fff;
  border-radius: 99px;
  display: block;
  height: 2px;
  width: 18px;
}

.mobileMenu {
  backdrop-filter: blur(20px) saturate(140%);
  background: rgba(10, 18, 46, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 30px rgba(5, 12, 31, 0.18);
}

.mobileMenu__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 28px 20px;
}

.mobileMenu__link {
  align-items: center;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.94);
  display: flex;
  font-family: "Poppins", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  gap: 12px;
  padding: 13px 14px;
  transition: background 150ms ease, color 150ms ease;
}

.mobileMenu__link:hover,
.mobileMenu__link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.mobileMenu__link i {
  color: #9dd0ff;
  font-size: 16px;
  width: 18px;
}

.hero {
  align-items: center;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding-top: var(--topbar-h);
  position: relative;
}

.hero__image,
.hero__overlay {
  inset: 0;
  position: absolute;
}

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

.hero__overlay {
  background:
    linear-gradient(105deg, rgba(10, 20, 48, 0.94) 0%, rgba(19, 36, 92, 0.82) 40%, rgba(19, 36, 92, 0.48) 100%),
    linear-gradient(180deg, rgba(7, 12, 28, 0.08) 0%, rgba(7, 12, 28, 0.14) 58%, rgba(7, 12, 28, 0.48) 100%);
}

.hero__inner {
  max-width: 720px;
  padding: 86px 0 108px;
  position: relative;
  z-index: 1;
}

.kicker,
.section-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero__sigheading {
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px;
}

.hero__signature {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.22));
  width: min(560px, 82vw);
}

.lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 38px;
  max-width: 650px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--sky);
  box-shadow: 0 14px 28px rgba(0, 174, 239, 0.26);
  color: #fff;
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: #00a2de;
  box-shadow: 0 18px 34px rgba(0, 174, 239, 0.34);
}

.btn--ghost {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.82);
}

.scrollHint {
  align-items: center;
  animation: hint 2.2s ease-in-out infinite;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  bottom: 30px;
  display: flex;
  height: 48px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 48px;
  z-index: 1;
}

.scrollHint__arrow {
  border-bottom: 2px solid rgba(255, 255, 255, 0.82);
  border-right: 2px solid rgba(255, 255, 255, 0.82);
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}

@keyframes hint {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  55% {
    transform: translateX(-50%) translateY(7px);
  }
}

.section {
  padding: 84px 0;
}

.section--light {
  background: var(--surface);
}

.section--gray {
  background: var(--surface-2);
}

.section--story {
  background: var(--surface);
}

.section--navy {
  background: linear-gradient(135deg, #061553 0%, #081a70 48%, #0d2b91 100%);
}

.section-kicker {
  color: var(--sky);
  margin-bottom: 14px;
}

.section-kicker--light {
  color: rgba(255, 255, 255, 0.7);
}

h2 {
  color: var(--navy);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.intro-grid,
.story-grid,
.trust {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
}

.intro-copy p,
.story-copy p,
.trust__text p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.intro-copy h2,
.story-copy h2,
.trust__text h2 {
  margin-bottom: 18px;
}

.intro-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.intro-panel__item {
  display: grid;
  gap: 6px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 24px 26px;
}

.intro-panel__item + .intro-panel__item {
  border-top: 1px solid var(--border);
}

.intro-panel__item span {
  color: rgba(8, 26, 112, 0.38);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.intro-panel__item strong {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.intro-panel__item p {
  color: var(--muted);
  grid-column: 2;
  line-height: 1.7;
}

.section__header {
  margin-bottom: 32px;
}

.section__header--wide {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
}

.section__header--wide p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

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

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 24px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card::before {
  background: linear-gradient(90deg, var(--sky), transparent);
  content: "";
  height: 3px;
  left: 24px;
  opacity: 0.9;
  position: absolute;
  right: 24px;
  top: 0;
}

.card:hover,
.card:focus-visible {
  border-color: rgba(0, 174, 239, 0.36);
  box-shadow: 0 24px 44px rgba(8, 26, 112, 0.14);
  transform: translateY(-5px);
}

.card__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.card__icon {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.card__icon--navy {
  background: rgba(8, 26, 112, 0.08);
  color: var(--navy);
}

.card__icon--sky {
  background: rgba(0, 174, 239, 0.12);
  color: var(--sky);
}

.card__icon--green {
  background: rgba(44, 168, 109, 0.12);
  color: var(--green);
}

.card__icon--gold {
  background: rgba(217, 173, 69, 0.16);
  color: #9b731e;
}

.badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.badge--live {
  background: rgba(44, 168, 109, 0.12);
  border: 1px solid rgba(44, 168, 109, 0.24);
  color: #1f7a4c;
}

.badge--verified {
  background: rgba(8, 26, 112, 0.08);
  border: 1px solid rgba(8, 26, 112, 0.18);
  color: var(--navy);
}

.badge--pending {
  background: rgba(217, 173, 69, 0.16);
  border: 1px solid rgba(217, 173, 69, 0.32);
  color: #8b6415;
}

.card__title {
  color: var(--navy);
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 10px;
}

.card__desc {
  color: var(--muted);
  flex: 1;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.card__link {
  align-items: center;
  color: var(--sky);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  transition: gap 150ms ease;
}

.card:hover .card__link,
.card:focus-visible .card__link {
  gap: 12px;
}

.card__link--muted {
  color: var(--muted);
}

.story-copy p + p {
  margin-top: 14px;
}

.story-visual {
  background: linear-gradient(180deg, #f7faff 0%, #eef5fb 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 34px;
}

.story-signature {
  margin-bottom: 26px;
  width: min(360px, 100%);
}

.story-rule {
  background: linear-gradient(90deg, var(--sky), transparent);
  height: 2px;
  margin-bottom: 24px;
  width: 100%;
}

.story-list {
  list-style: none;
}

.story-list li {
  align-items: start;
  color: var(--ink);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.7;
}

.story-list li + li {
  border-top: 1px solid rgba(17, 39, 67, 0.1);
  margin-top: 16px;
  padding-top: 16px;
}

.story-list li::before {
  background: var(--sky);
  border-radius: 50%;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  margin-top: 10px;
  width: 8px;
}

.section--updates {
  background: #fff;
}

.updates__header {
  margin-bottom: 18px;
}

.updates-list {
  border-top: 1px solid rgba(17, 39, 67, 0.1);
}

.update-item {
  align-items: start;
  border-bottom: 1px solid rgba(17, 39, 67, 0.1);
  display: grid;
  gap: 24px;
  grid-template-columns: 168px minmax(0, 1fr) auto;
  padding: 24px 0;
}

.update-item__meta {
  display: grid;
  gap: 10px;
}

.update-item__meta time {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.update-item__category {
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  justify-self: start;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  text-transform: uppercase;
}

.update-item__category--brand,
.update-item__category--general {
  background: rgba(8, 26, 112, 0.08);
  color: var(--navy);
}

.update-item__category--social {
  background: rgba(44, 168, 109, 0.12);
  color: #1f7a4c;
}

.update-item__category--music {
  background: rgba(0, 174, 239, 0.12);
  color: #087ec2;
}

.update-item__category--store {
  background: rgba(217, 173, 69, 0.16);
  color: #8b6415;
}

.update-item__body h3 {
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.update-item__body p,
.updates-empty {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.update-item__link {
  align-items: center;
  color: var(--sky);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-self: end;
  padding-top: 3px;
}

.trust {
  align-items: center;
}

.trust__text h2 {
  color: #fff;
}

.trust__text p {
  color: rgba(255, 255, 255, 0.78);
}

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

.trust__item {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.94);
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 14px;
  min-height: 92px;
  padding: 18px 20px;
}

.trust__item i {
  color: var(--sky);
  flex-shrink: 0;
  font-size: 20px;
}

.footer {
  background: #04103f;
}

.footer__inner {
  display: grid;
  gap: 52px;
  grid-template-columns: 1.8fr 0.8fr 0.9fr;
  padding-bottom: 48px;
  padding-top: 62px;
}

.footer__signature {
  margin-bottom: 18px;
  width: min(320px, 100%);
}

.footer__tagline {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.8;
  max-width: 420px;
}

.footer__col h4 {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer__col a {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  padding: 7px 0;
  transition: color 150ms ease;
}

.footer__col a:hover,
.footer__col a:focus-visible {
  color: #fff;
}

.footer__col a i {
  color: var(--sky);
  font-size: 15px;
  width: 16px;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__bottom-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 20px 0;
}

.footer__bottom-inner p {
  color: rgba(255, 255, 255, 0.44);
  font-size: 13px;
}

.footer__legal {
  display: flex;
  gap: 22px;
}

.footer__legal a {
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 700;
  transition: color 150ms ease;
}

.footer__legal a:hover,
.footer__legal a:focus-visible {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1120px) {
  .nav {
    display: none;
  }

  .menuBtn {
    display: inline-flex;
  }

  .topbar__inner {
    gap: 14px;
  }
}

@media (max-width: 1060px) {
  .nav {
    gap: 0;
  }

  .nav__link {
    padding-inline: 12px;
  }

  .intro-grid,
  .story-grid,
  .trust,
  .section__header--wide {
    grid-template-columns: 1fr;
  }

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

  .card {
    min-height: 0;
  }

  .update-item {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .update-item__link {
    grid-column: 2;
    justify-self: start;
  }

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

  .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .lang-current,
  .lang-caret {
    display: none;
  }

  .lang-btn {
    justify-content: center;
    padding-inline: 11px;
    width: 44px;
  }

  .hero__inner {
    padding: 78px 0 104px;
  }

  .hero__signature {
    width: min(500px, 88vw);
  }

  .section {
    padding: 82px 0;
  }

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

  .footer__inner {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .brand__name {
    font-size: 13px;
  }

  .brand__meta {
    font-size: 9px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(3, 16, 62, 0.78) 0%, rgba(8, 26, 112, 0.8) 56%, rgba(8, 26, 112, 0.92) 100%);
  }

  .hero__inner {
    padding: 56px 0 96px;
  }

  .hero__signature {
    width: min(340px, 100%);
  }

  .lead {
    font-size: 17px;
    line-height: 1.7;
  }

  .hero__actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  h2 {
    font-size: 30px;
  }

  .intro-panel__item {
    grid-template-columns: 1fr;
  }

  .intro-panel__item p {
    grid-column: auto;
  }

  .card,
  .story-visual {
    border-radius: 20px;
    padding: 22px;
  }

  .card__title {
    font-size: 22px;
  }

  .update-item {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .update-item__link {
    grid-column: auto;
  }

  .trust__item {
    min-height: 0;
  }

  .footer__legal {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}
