:root {
  --bg: #020617;
  --bg-card: #07111f;
  --ink: #ffffff;
  --muted: #b8c7d9;
  --line: #1c2c40;
  --accent: #2ea8ff;
  --accent-hover: #55baff;
  --accent-2: #7dd3fc;
  --radius: 22px;
  --shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

html {
  background: var(--bg);
}

body {
  min-height: 100dvh;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.view {
  width: 100%;
  min-height: 100dvh;
  max-width: 100%;
}

.view-main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.hero {
  position: relative;
  z-index: 1;
  padding: calc(18px + var(--safe-top)) 20px 22px;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.28) 0%, rgba(2, 6, 23, 0.55) 72%, #020617 100%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.82) 0%, rgba(2, 6, 23, 0.28) 58%, rgba(2, 6, 23, 0.12) 100%),
    url("assets/airport-traveler.png") 72% 20% / cover no-repeat;
}

.hand {
  margin: 0;
  font-family: Caveat, cursive;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.hand-top {
  text-align: right;
  margin-bottom: 8px;
}

.hand-side {
  margin-top: 14px;
  text-align: right;
}

.hero-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #dce7f4;
}

.hero-title {
  margin: 8px 0 0;
  font-size: clamp(42px, 12vw, 58px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 0%, #5ec4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subline {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8f3ff;
}

.points {
  width: min(100%, 390px);
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.points li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}

.points li:last-child {
  margin-bottom: 0;
}

.ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--accent);
}

.ico svg {
  width: 18px;
  height: 18px;
}

.points span {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  color: var(--muted);
}

.points strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  width: min(100%, 390px);
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.mini li {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d7e4f2;
}

.care {
  position: relative;
  z-index: 2;
  margin-top: -8px;
  padding: 22px 20px calc(22px + var(--safe-bottom));
  border-radius: 28px 28px 0 0;
  background: #07111f;
  container-type: inline-size;
}

.care h2 {
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
  font-size: clamp(13px, 4.6cqi, 24px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
  text-align: center;
}

.care-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 10px;
  width: min(100%, 390px);
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.care-grid li {
  font-size: 12px;
  line-height: 1.3;
  color: var(--muted);
}

.care-grid strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 390px);
  min-height: 64px;
  margin: 22px auto 0;
  padding: 12px 48px;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(180deg, #4db7ff 0%, #1e8fff 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(30, 143, 255, 0.35);
}

.btn:active {
  transform: scale(0.98);
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background-color: currentColor;
}

.btn::before {
  left: 18px;
  -webkit-mask: url("assets/telegram.svg") center / 22px 22px no-repeat;
  mask: url("assets/telegram.svg") center / 22px 22px no-repeat;
}

.btn::after {
  right: 18px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4 10.6 5.4 16.2 11H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4 10.6 5.4 16.2 11H4v2h12.2l-5.6 5.6L12 20l8-8z'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
}

.btn-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.btn-sub {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.92;
}

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  width: min(100%, 390px);
  margin: 16px auto 0;
  padding: 0;
  list-style: none;
}

.foot li {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c5d4e6;
}

.end {
  margin: 12px 0 0;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8ea0b8;
}

@media (max-width: 320px) {
  .hero,
  .care {
    padding-left: 14px;
    padding-right: 14px;
  }

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