:root {
  color-scheme: light;
  --blue-950: #071d49;
  --blue-850: #0a2d72;
  --blue-700: #1047b4;
  --orange-600: #ff7a1a;
  --orange-500: #ff8f2a;
  --ink: #12213c;
  --muted: #647088;
  --line: #dbe2ef;
  --soft: #f5f7fb;
  --surface: #ffffff;
  --shadow: 0 22px 70px rgba(7, 29, 73, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(219, 226, 239, 0.72);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(22px);
  box-shadow: 0 12px 32px rgba(7, 29, 73, 0.07);
}

.nav {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--blue-950);
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 12px 28px rgba(16, 71, 180, 0.22);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2px;
}

.nav-links a,
.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-links a {
  color: var(--blue-850);
  border: 1px solid transparent;
  transition:
    background 250ms ease,
    border-color 250ms ease,
    color 250ms ease,
    transform 250ms ease;
}

.nav-links a:hover {
  background: #eef4ff;
  border-color: rgba(16, 71, 180, 0.08);
  transform: translateY(-1px);
}

.button {
  border: 1px solid var(--blue-700);
  color: #ffffff;
  background: var(--blue-700);
  box-shadow: 0 12px 28px rgba(16, 71, 180, 0.22);
}

.button.secondary {
  border-color: rgba(255, 122, 26, 0.38);
  color: var(--blue-950);
  background: #fff6ee;
  box-shadow: none;
}

.download-block {
  display: grid;
  justify-items: start;
  gap: 12px;
  margin-top: 36px;
  animation: heroFadeIn 760ms ease 110ms both;
}

.download-title {
  color: #ffd8bd;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.download-button {
  min-height: 72px;
  padding: 12px 26px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  color: #ffffff;
  background: #0b0f19;
  font-size: 14px;
  font-weight: 800;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    background 250ms ease;
}

.download-button:hover {
  background: #111827;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.ghost-button {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition:
    transform 250ms ease,
    border-color 250ms ease,
    background 250ms ease,
    box-shadow 250ms ease;
}

.ghost-button:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 14px 30px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
}

.play-badge-icon {
  width: 34px;
  height: 38px;
  flex: 0 0 auto;
  margin-right: 14px;
}

.play-badge-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.play-badge-kicker {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.play-badge-label {
  font-size: 19px;
  line-height: 1;
  font-weight: 850;
}

.availability {
  display: grid;
  gap: 4px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid var(--orange-600);
  border-radius: 12px;
  padding: 10px 14px 10px 13px;
  color: #ffe1ca;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.hero {
  position: relative;
  background:
    radial-gradient(circle at 11% 18%, rgba(255, 122, 26, 0.2), transparent 22%),
    radial-gradient(circle at 84% 20%, rgba(66, 124, 255, 0.34), transparent 26%),
    radial-gradient(circle at 70% 88%, rgba(111, 74, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #061533 0%, #071d49 40%, #0f49b8 100%),
    var(--blue-950);
  color: #ffffff;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
}

.hero::before {
  right: -90px;
  top: 84px;
  width: 300px;
  height: 300px;
  background: rgba(255, 122, 26, 0.18);
}

.hero::after {
  left: 44%;
  bottom: -120px;
  width: 360px;
  height: 360px;
  background: rgba(16, 71, 180, 0.28);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: start;
  gap: 50px;
  padding: 58px 0 74px;
}

.hero-copy {
  min-width: 0;
  padding-top: 104px;
}

.hero-copy h1 {
  animation: heroFadeIn 640ms ease both;
}

.hero-copy .lead {
  animation: heroFadeIn 680ms ease 80ms both;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 640px;
  font-size: clamp(42px, 4.35vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: normal;
}

.lead {
  margin: 26px 0 0;
  max-width: 540px;
  color: #e7eefc;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.35;
}

.hero-benefits {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  max-width: 620px;
}

.hero-benefits li {
  position: relative;
  padding-left: 28px;
  color: #f5f8ff;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 750;
}

.hero-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--orange-600);
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.14);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hero-visual {
  display: grid;
  gap: 0;
  justify-items: center;
  perspective: 1200px;
  animation: heroFadeIn 820ms ease 160ms both;
}

.phone-mockup {
  position: relative;
  margin-top: 44px;
  width: min(100%, 350px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 34px;
  padding: 13px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.1)),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    0 46px 110px rgba(0, 0, 0, 0.33),
    0 20px 48px rgba(16, 71, 180, 0.22),
    0 0 0 8px rgba(255, 255, 255, 0.05);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    border-color 250ms ease;
  animation: mockupFloat 5.8s ease-in-out 1s infinite;
  transform: rotateY(-7deg) rotateX(2deg);
}

.phone-mockup:hover {
  animation-play-state: paused;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.36),
    0 0 0 8px rgba(255, 255, 255, 0.06);
  transform: translateY(-5px) rotateY(-5deg) rotateX(1deg);
}

.phone-top {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 2;
  width: 88px;
  height: 18px;
  border-radius: 999px;
  background: rgba(4, 13, 32, 0.74);
  transform: translateX(-50%);
}

.mockup-screen {
  position: relative;
  min-height: 560px;
  border-radius: 25px;
  padding: 48px 18px 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 14%, rgba(255, 122, 26, 0.28), transparent 24%),
    radial-gradient(circle at 78% 78%, rgba(89, 139, 255, 0.34), transparent 32%),
    linear-gradient(160deg, #071d49 0%, #103f9b 55%, #ffffff 56%, #f5f7fb 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}

.mockup-header span,
.mockup-header strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.mockup-header strong {
  color: #ffd8bd;
}

.mockup-card {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(7, 29, 73, 0.18);
}

.mockup-card-main {
  position: relative;
  margin-top: 26px;
  color: var(--blue-950);
}

.mockup-label {
  display: block;
  color: var(--orange-600);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.mockup-card-main strong {
  display: block;
  margin-top: 8px;
  max-width: 210px;
  font-size: 25px;
  line-height: 1.05;
}

.mockup-card-main p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.status-pill {
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 999px;
  padding: 8px 10px;
  color: #ffffff;
  background: var(--orange-600);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.mockup-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.mockup-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(7, 29, 73, 0.88);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(7, 29, 73, 0.16);
}

.mockup-card-soft {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--blue-950);
}

.mockup-dot {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  background:
    radial-gradient(circle at 35% 35%, #ffb56f, var(--orange-600) 62%),
    var(--orange-600);
  box-shadow: 0 12px 26px rgba(255, 122, 26, 0.26);
}

.mockup-card-soft strong {
  display: block;
  font-size: 15px;
}

.mockup-card-soft p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.mockup-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mockup-chips span {
  border: 1px solid rgba(16, 71, 180, 0.14);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--blue-850);
  background: #ffffff;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(7, 29, 73, 0.08);
}

.hero-panel {
  border: 1px solid rgba(219, 226, 239, 0.9);
  border-radius: 22px;
  width: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 70px rgba(7, 29, 73, 0.1);
}

.benefits-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 122, 26, 0.08), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}

.benefits-section .section-inner {
  padding: 56px 0 60px;
}

.benefits-panel {
  border-color: rgba(219, 226, 239, 0.86);
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 22px 64px rgba(7, 29, 73, 0.09);
}

.benefits-panel .panel-title {
  color: var(--blue-950);
  font-size: clamp(28px, 3.6vw, 44px);
}

.benefits-panel .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.benefits-panel .feature-item {
  min-height: 138px;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  border-color: rgba(219, 226, 239, 0.86);
  border-radius: 18px;
  padding: 24px;
  color: var(--blue-950);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 42px rgba(7, 29, 73, 0.08);
  font-size: 16px;
  line-height: 1.3;
}

.panel-title {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}

.check-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #e7eefc;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--orange-600);
}

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

.feature-item {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    border-color 250ms ease,
    background 250ms ease;
}

.feature-item:hover {
  border-color: rgba(255, 122, 26, 0.34);
  box-shadow: 0 26px 58px rgba(7, 29, 73, 0.12);
  transform: translateY(-4px);
}

.feature-item.wide {
  grid-column: 1 / -1;
}

.feature-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  color: var(--orange-600);
  background:
    radial-gradient(circle at 35% 30%, #fff6ee, #ffe4cf);
  box-shadow: 0 14px 28px rgba(255, 122, 26, 0.16);
}

.feature-icon svg {
  width: 27px;
  height: 27px;
  display: block;
  fill: currentColor;
}

.section-band {
  background:
    radial-gradient(circle at 88% 10%, rgba(16, 71, 180, 0.08), transparent 24%),
    var(--surface);
  border-bottom: 1px solid var(--line);
}

.section-inner,
.content-page {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.section-inner {
  padding: 60px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

h2 {
  margin: 0;
  color: var(--blue-950);
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.trust-card {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
}

.trust-card h3 {
  font-size: 16px;
  line-height: 1.25;
}

.trust-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 15px;
  color: var(--blue-700);
  background:
    radial-gradient(circle at 35% 30%, #eef4ff, #dfeaff);
  box-shadow: 0 14px 28px rgba(16, 71, 180, 0.14);
}

.trust-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: currentColor;
}

.card {
  border: 1px solid rgba(219, 226, 239, 0.9);
  border-radius: 20px;
  padding: 30px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 46px rgba(7, 29, 73, 0.08);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease,
    border-color 250ms ease;
}

.card:hover {
  border-color: rgba(16, 71, 180, 0.18);
  box-shadow: 0 28px 62px rgba(7, 29, 73, 0.11);
  transform: translateY(-3px);
}

.card h3 {
  margin: 0;
  color: var(--blue-950);
  font-size: 18px;
  line-height: 1.3;
}

.card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.social-section {
  background: #f8fbff;
  border-bottom: 1px solid var(--line);
}

.social-inner {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 40px 0;
  text-align: center;
}

.social-inner h2 {
  font-size: clamp(28px, 3.6vw, 44px);
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 260px));
  justify-content: center;
  gap: 14px;
  width: 100%;
}

.social-card {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  border: 1px solid rgba(219, 226, 239, 0.9);
  border-radius: 16px;
  padding: 14px 17px;
  color: var(--blue-850);
  background: var(--surface);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(7, 29, 73, 0.08);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.social-card:hover {
  border-color: rgba(16, 71, 180, 0.35);
  background: #eef4ff;
  box-shadow: 0 18px 42px rgba(7, 29, 73, 0.1);
  transform: translateY(-2px);
}

.social-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  line-height: 0;
}

.social-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.social-copy {
  display: grid;
  justify-items: start;
  gap: 4px;
  text-align: left;
}

.social-name {
  color: var(--blue-950);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 850;
}

.social-handle {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.legal-hero {
  background: var(--blue-950);
  color: #ffffff;
}

.legal-hero .content-page {
  padding: 72px 0;
}

.legal-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.legal-hero p {
  margin: 20px 0 0;
  max-width: 720px;
  color: #e7eefc;
  font-size: 18px;
  line-height: 1.6;
}

.legal-body {
  background: var(--surface);
}

.legal-body .content-page {
  max-width: 900px;
  padding: 56px 0 76px;
}

.legal-body section {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.legal-body section:last-child {
  border-bottom: 0;
}

.legal-body h2 {
  font-size: 26px;
  line-height: 1.2;
}

.legal-body p,
.legal-body li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.legal-body ul {
  margin: 16px 0 0;
  padding-left: 22px;
}

.support-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: #f8fbff;
}

.support-email {
  display: inline-flex;
  margin-top: 10px;
  color: var(--blue-700);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #25d366;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.22);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.whatsapp-button:hover {
  background: #1ebe5d;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.28);
}

.whatsapp-button:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.32);
  outline-offset: 3px;
}

.whatsapp-button-compact {
  margin-top: 12px;
  padding: 10px 14px;
  font-size: 14px;
}

.whatsapp-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.site-footer {
  background: var(--blue-950);
  color: #c9d5ea;
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}

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

.footer-links a {
  text-decoration: none;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes mockupFloat {
  0%,
  100% {
    transform: translateY(0) rotateY(-7deg) rotateX(2deg);
  }

  50% {
    transform: translateY(-5px) rotateY(-7deg) rotateX(2deg);
  }
}

@keyframes mockupFloatMobile {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 860px) {
  .nav {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
    gap: 14px;
  }

  .nav-links {
    justify-content: flex-start;
    width: 100%;
    gap: 4px;
  }

  .nav-links a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 42px 0 48px;
    gap: 34px;
  }

  .hero-copy {
    padding-top: 0;
  }

  h1 {
    max-width: 360px;
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: 1.05;
  }

  .lead {
    max-width: 360px;
    margin-top: 20px;
    font-size: 18px;
  }

  .download-block {
    margin-top: 30px;
  }

  .download-button {
    width: min(100%, 360px);
    padding: 10px 18px;
  }

  .ghost-button {
    width: min(100%, 360px);
  }

  .hero-visual {
    justify-items: stretch;
  }

  .phone-mockup {
    margin-top: 12px;
    width: min(100%, 340px);
    justify-self: center;
    animation: mockupFloatMobile 5.8s ease-in-out 1s infinite;
  }

  .phone-mockup:hover {
    transform: translateY(-4px);
  }

  .mockup-screen {
    min-height: 520px;
    padding: 46px 16px 18px;
  }

  .mockup-card-main strong {
    max-width: 190px;
    font-size: 22px;
  }

  .hero-panel {
    padding: 20px;
  }

  .benefits-section .section-inner {
    padding: 44px 0;
  }

  .benefits-panel .feature-grid,
  .feature-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: 82px;
    padding: 17px 18px;
  }

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

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

  .social-inner {
    padding: 38px 0;
  }

  .social-links {
    grid-template-columns: 1fr;
    max-width: 330px;
  }

  .social-card {
    min-height: 82px;
    padding: 15px 16px;
  }
}
