.app-strip {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 48px 0;
}

.app-strip-inner {
  background: rgba(255,255,255,0.78);
  border: 1px solid #e4e0f8;
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 4px 18px rgba(112,83,239,0.08);
}

.app-strip-text {
  color: #5a5475;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.app-strip-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.app-store-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px 12px;
  border-radius: 12px;
  background: #151225;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(15,10,42,0.14);
  transition: transform 0.15s, background 0.15s;
}

.app-store-link:hover {
  background: #211b38;
  transform: translateY(-1px);
}

.app-store-link img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.app-store-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}

.app-store-copy small {
  color: rgba(255,255,255,0.72);
  font-size: 9px;
  font-weight: 600;
}

.app-store-copy strong {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 760px) {
  header {
    padding: 14px 20px !important;
    gap: 12px;
  }

  header nav a[href="#"],
  header nav a[href="/calculator"] {
    display: none;
  }

  header .header-right {
    gap: 8px;
    flex: 1;
    justify-content: flex-end;
  }

  header nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: wrap;
  }

  header nav a {
    margin-right: 0 !important;
    padding: 6px 8px !important;
    font-size: 12px !important;
    line-height: 1.15;
  }

  header .logo img {
    max-width: 160px;
    object-fit: contain;
  }

  .app-strip {
    padding: 12px 20px 0;
  }

  .app-strip-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .app-strip-text {
    white-space: normal;
    text-align: center;
  }

  .app-strip-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .app-store-link {
    justify-content: center;
    padding: 8px 10px;
  }

  .app-store-copy strong {
    font-size: 12px;
  }

  .breadcrumb,
  .page-header,
  .layout {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .page-header {
    margin-top: 22px !important;
  }

  .page-header h1 {
    font-size: clamp(2.4rem, 14vw, 3.6rem) !important;
    line-height: 1.12 !important;
  }

  .page-header .subtitle {
    font-size: 1.35rem !important;
    line-height: 1.55 !important;
  }

  .layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    margin-top: 34px !important;
    padding-bottom: 56px !important;
  }

  .content {
    min-width: 0;
  }

  .content section {
    padding: 24px 22px !important;
  }

  .sidebar {
    position: static !important;
    top: auto !important;
    width: 100%;
    display: grid;
    gap: 14px;
  }

  .sidebar-cta,
  .sidebar-card,
  .sidebar-box {
    margin-bottom: 0 !important;
  }
}
